home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_870 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Text File  |  2004-10-08  |  98b  |  8 lines

  1. on(keyPress "<Right>"){
  2.    if(xx < 520)
  3.    {
  4.       xx += 120;
  5.    }
  6.    gotoAndStop(9336);
  7. }
  8.